ZipError

class ZipError(val message: String) : BackupExportResult.Failure

An error happened during the zipping process.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
val message: String